home *** CD-ROM | disk | FTP | other *** search
- *iff_lib.fd created 1/16/89
- *One more time for all you BASIC guys who want more
- *out of your machine.
- *James R. Boyd
- ##base _IFFBase
- ##bias 30
- ##public
- OpenIFF(filename)(A0)
- CloseIFF(ifffile)(a1)
- FindChunk(ifffile,chunkname)(A1/D0)
- GetBMHD(ifffile)(A1)
- GetColorTab(ifffile,colortable)(A1/A0)
- DecodePic(ifffile,bitmap)(A1/A0)
- SaveBitMap(filename,bitmap,colortable,flags)(A0/A1/A2/D0)
- SaveClip(filename,bitmap,coltab,flags,xoff,yoff,width,height)(A0/A1/A2/D0/D1/D2/D3/D4)
- IffError()
- GetViewModes(ifffile)(A1)
- * This one is new for V16.1, added by CHW:
- NewOpenIFF(filename,memattr)(A0/D0)
- ##end
-